summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-08-18 22:08:04 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-08-18 22:08:04 +0200
commitf51cd5279905690dfe385c33dff3af19fc25fb40 (patch)
tree0e7bfb4aff3d23f63377263ec027be4fca597c89 /.gitignore
parentd40bbb2a271d48d10b95ba5a375df7db2484afa6 (diff)
downloadfpGUI-f51cd5279905690dfe385c33dff3af19fc25fb40.tar.xz
New file extension to ignore in 'git status' command.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0af426d3..2e7a5c03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.[oa]
*.ppu
*.lps
-*.compiled \ No newline at end of file
+*.compiled
+*.bak* \ No newline at end of file