diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 04:41:27 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 04:41:27 +0100 | 
| commit | 887e1265ab8e25609fbf7614bbb2f8a9be83325e (patch) | |
| tree | 3f60368a5d7718832eaf1779d2f85e25dccd5968 /.gitignore | |
| parent | improve makefile (diff) | |
| download | exec-as-887e1265ab8e25609fbf7614bbb2f8a9be83325e.tar.gz exec-as-887e1265ab8e25609fbf7614bbb2f8a9be83325e.tar.bz2 exec-as-887e1265ab8e25609fbf7614bbb2f8a9be83325e.tar.xz | |
improve gitignore
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 9 | 
1 files changed, 7 insertions, 2 deletions
| @@ -1,15 +1,20 @@  _/ -bin/ -obj/ +/bin/ +/obj/  \#*\#  .*  !.git*  *~  *.bak +*.new  *.swo  *.swp  *.out  *.o  *.su  *.gch +*.info +*.pdf +*.dvi +*.ps | 
