heptagon/.gitignore

34 lines
298 B
Plaintext
Raw Normal View History

2010-06-16 19:26:27 +02:00
.external*
2010-06-15 14:12:06 +02:00
.paths
.project
2011-12-12 12:06:46 +01:00
.projectSettings
2010-06-15 14:12:06 +02:00
_build
*.DS_Store
*.cmi
*.cmo
*.cmx
*.annot
*.byte
2010-07-26 09:40:31 +02:00
*.native
2010-06-15 14:12:06 +02:00
*.depend
*.swp
.settings
\#*\#
2010-07-26 09:40:31 +02:00
*.mls
*.obc
*.c
*.h
*.o
2011-02-14 15:32:56 +01:00
*.java
*.class
*.log
2010-07-26 09:40:31 +02:00
*.
*.epci
*.epo
*.dot
2011-02-14 15:32:56 +01:00
test/*.ml
test/_check_builds
2011-03-21 14:30:19 +01:00
lib/java/.classpath
2011-12-12 12:06:46 +01:00
/test/async/build/*
/test/image_filters/java/*