source: trunk/GDE/SINA/builddir/.gitignore

Last change on this file was 19170, checked in by westram, 2 years ago
  • sina source
    • unpack + remove tarball
    • no longer ignore sina builddir.
File size: 568 bytes
Line 
1# Compiled Object files
2*.slo
3*.lo
4*.o
5*.obj
6
7# Precompiled Headers
8*.gch
9*.pch
10
11# Compiled Dynamic libraries
12*.so
13*.dylib
14*.dll
15
16# Fortran module files
17*.mod
18*.smod
19
20# Compiled Static libraries
21*.lai
22*.la
23*.a
24*.lib
25
26# Executables
27*.exe
28*.out
29*.app
30
31# Automake/Autoconf stuff
32/build-aux/*
33/m4/libtool.m4
34/m4/ltoptions.m4
35/m4/ltsugar.m4
36/m4/ltversion.m4
37/m4/lt~obsolete.m4
38/Makefile.in
39/aclocal.m4
40/config.h
41/config.h.in
42/config.log
43/config.status
44/configure
45/autom4te.cache
46/libtool
47.deps
48.dirstamp
49/Makefile
50stamp-h1
51
52# temp files
53*~
54\#*\#
55.\#*
56
57# build dirs
58/build*/
Note: See TracBrowser for help on using the repository browser.