diff options
author | Tom Marble <tmarble@info9.net> | 2012-09-11 12:54:31 -0500 |
---|---|---|
committer | Tom Marble <tmarble@info9.net> | 2012-09-11 12:54:31 -0500 |
commit | 95268d681c9a6652d84db383f55a4fe8a4ac5173 (patch) | |
tree | c5b5b52dc9e7454f968b7c6e4084f78c344cfd6b /.gitignore | |
parent | 13c64f6fb5764c6a0f3520cf4e48a75d78e163db (diff) |
Reverted package name to 'altosui' from 'AltosUI'
Also added emacs backup regex (*~) to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,4 @@ +*~ *.a *.adb *.asm @@ -41,7 +42,6 @@ autom4te.cache config.* config.h config.h.in -config.h.in~ config.log config.status build-stamp |