WIP
[synfig.git] / .gitignore
blobb43aba76dd395a5c4674f92b56d8da9f8fdac7e3
1 *.deps
2 *.h1
3 *.keys
4 *.la
5 *.libs
6 *.lo
7 *.mime
8 *.nsi
9 *.o
10 *.orig
11 *.pc
12 *.rej
13 *.spec
14 *.xml
16 # ------------------------------------------------------------------------
17 # ignore the symlinks I put in place to skip 'trunk'
18 # ------------------------------------------------------------------------
20 ETL/ETL
21 synfig-core/src
22 synfig-studio/src
24 # ------------------------------------------------------------------------
26 # generated in ETL, core and studio
27 aclocal.m4
28 config.*
29 configure
30 *-config
31 depcomp
32 install-sh
33 libtool
34 ltmain.sh
35 missing
36 stamp-h1
38 # ------------------------------------------------------------------------
40 ETL/trunk/ETL.pc.in
41 ETL/trunk/ETL/etl_profile.h
42 ETL/trunk/ETL/etl_profile_.h
44 synfig-core/trunk/libltdl
45 synfig-core/trunk/pkg-info/macosx/synfig-core.info
46 synfig-core/trunk/src/modules/synfig_modules.cfg
47 synfig-core/trunk/src/synfig/proto/nodebase.h
48 synfig-core/trunk/src/tool/synfig
49 synfig-core/trunk/synfig.pc.in
51 synfig-studio/trunk/pkg-info/macosx/synfig-studio.info
52 synfig-studio/trunk/src/gtkmm/synfigstudio
53 synfig-studio/trunk/synfigstudio-thumbnailer.schemas
54 synfig-studio/trunk/synfigstudio.desktop
55 synfig-studio/trunk/images/*.png
56 synfig-studio/trunk/images/images.nsh
57 synfig-studio/trunk/images/unimages.nsh
59 # ------------------------------------------------------------------------
61 # files we used to check in, but don't any more
62 COPYING
63 ChangeLog
64 doxygen.cfg
65 INSTALL
66 Makefile.in
67 Makefile
68 # !*/trunk/Makefile
69 # ETL/trunk/Makefile
70 # synfig-core/trunk/Makefile
71 # synfig-studio/trunk/Makefile
73 # ------------------------------------------------------------------------
76 # don't track .sif and .sifz files:
77 *.sif
78 *.sifz
80 # except for the ones we know about - core examples, core examples/walk and studio images:
81 !synfig-core/tags/*/examples/*.sif
82 !synfig-core/tags/*/*/examples/*.sif
83 !synfig-core/trunk/examples/*.sifz
85 !synfig-core/tags/*/examples/walk/*.sif
86 !synfig-core/tags/*/*/examples/walk/*.sif
87 !synfig-core/trunk/examples/walk/*.sifz
89 !synfig-studio/tags/*/images/*.sif
90 !synfig-studio/tags/*/*/images/*.sif
91 !synfig-studio/trunk/images/*.sif
93 # ------------------------------------------------------------------------
95 # !gtkmm-osx/trunk/*/configure
96 # !gtkmm-osx/trunk/jpeg-6b/config.guess
97 # !gtkmm-osx/trunk/jpeg-6b/config.sub
98 # !gtkmm-osx/trunk/jpeg-6b/install-sh
99 # !gtkmm-osx/trunk/jpeg-6b/ltmain.sh
100 # !gtkmm-osx/trunk/libpng-1.2.5/libpng-config
101 # !gtkmm-osx/trunk/libpng-1.2.5/libpng-config
102 # !gtkmm-osx/trunk/libpng-1.2.5/libpng.pc
103 # !synfig-core/trunk/synfig-core.xcodeproj/config.h
105 # ------------------------------------------------------------------------
106 # These are executables produced by 'make check' in ETL/trunk
107 # ------------------------------------------------------------------------
109 ETL/trunk/test/angle
110 ETL/trunk/test/benchmark
111 ETL/trunk/test/clock
112 ETL/trunk/test/fixed
113 ETL/trunk/test/handle
114 ETL/trunk/test/hermite
115 ETL/trunk/test/pen
116 ETL/trunk/test/random
117 ETL/trunk/test/smach
118 ETL/trunk/test/smart_ptr
119 ETL/trunk/test/stringf
120 ETL/trunk/test/surface
122 # ------------------------------------------------------------------------
123 # I have symlinks in the top level that I don't want tracked
124 # ------------------------------------------------------------------------
126 # etl           -> ETL/trunk/ETL
127 /etl
129 # core          -> synfig-core/trunk
130 /core
131 ###  modules    ->   core/src/modules
132 /modules
133 ### synfig      ->   core/src/synfig
134 /synfig
135 ### tool        ->   core/src/tool
136 /tool
137 ### examples    ->   core/examples
138 /examples
140 # studio        -> synfig-studio/trunk
141 /studio
142 ### gtkmm       ->   studio/src/gtkmm
143 /gtkmm
144 ### synfigapp   ->   studio/src/synfigapp
145 /synfigapp
146 ### images      ->   studio/images
147 /images
149 # ------------------------------------------------------------------------
151 Backup
152 build-from-scratch.sh
153 core
155 \#*#
156 svn.log
157 TAGS