2012-11-26 06:30:50 +08:00
|
|
|
# Maven build folders
|
2012-12-16 08:26:39 +08:00
|
|
|
target/
|
2016-08-12 04:08:02 +08:00
|
|
|
# ... but not code generation targets
|
2016-08-12 03:56:34 +08:00
|
|
|
!tool/src/org/antlr/v4/codegen/target/
|
|
|
|
|
2020-09-15 03:38:22 +08:00
|
|
|
# Node.js (npm and typings) cached dependencies
|
2016-08-12 03:56:34 +08:00
|
|
|
node_modules/
|
|
|
|
typings/
|
2012-11-26 06:30:50 +08:00
|
|
|
|
2012-11-26 16:27:05 +08:00
|
|
|
# Ant build folders
|
2012-12-16 08:26:39 +08:00
|
|
|
build/
|
|
|
|
dist/
|
2013-01-07 04:40:51 +08:00
|
|
|
lib/
|
2013-01-07 04:42:15 +08:00
|
|
|
user.build.properties
|
2012-11-26 16:27:05 +08:00
|
|
|
|
2016-03-18 21:22:42 +08:00
|
|
|
# MacOSX files
|
|
|
|
.DS_Store
|
|
|
|
|
2016-09-24 05:58:21 +08:00
|
|
|
## Python, selected lines from https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
2015-06-26 04:18:35 +08:00
|
|
|
|
2016-09-24 05:58:21 +08:00
|
|
|
## CSharp and VisualStudio, selected lines from https://raw.githubusercontent.com/github/gitignore/master/VisualStudio.gitignore
|
|
|
|
# User-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
*.userosscache
|
|
|
|
*.sln.docstates
|
2016-03-18 21:22:42 +08:00
|
|
|
|
2016-09-24 05:58:21 +08:00
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
2016-03-18 21:22:42 +08:00
|
|
|
*.userprefs
|
2016-07-07 23:26:10 +08:00
|
|
|
*.user
|
|
|
|
.vs/
|
2016-07-10 04:17:37 +08:00
|
|
|
project.lock.json
|
2016-03-18 21:22:42 +08:00
|
|
|
|
2016-09-24 05:58:21 +08:00
|
|
|
# Build results
|
|
|
|
[Dd]ebug/
|
|
|
|
[Dd]ebugPublic/
|
|
|
|
[Rr]elease/
|
|
|
|
[Rr]eleases/
|
|
|
|
x64/
|
|
|
|
x86/
|
|
|
|
bld/
|
|
|
|
[Bb]in/
|
|
|
|
[Oo]bj/
|
|
|
|
[Ll]og/
|
|
|
|
|
|
|
|
# Visual Studio 2015 cache/options directory
|
|
|
|
.vs/
|
|
|
|
|
2012-12-01 02:40:24 +08:00
|
|
|
# NetBeans user configuration files
|
2013-01-05 19:09:26 +08:00
|
|
|
nbactions*.xml
|
2012-12-16 08:26:39 +08:00
|
|
|
/nbproject/private/
|
|
|
|
*/nbproject/private/
|
2012-12-01 02:40:24 +08:00
|
|
|
|
2012-11-26 06:30:50 +08:00
|
|
|
# IntelliJ projects
|
|
|
|
*.iws
|
2016-03-18 21:22:42 +08:00
|
|
|
*.iml
|
2012-11-26 06:30:50 +08:00
|
|
|
.idea/
|
|
|
|
|
2012-12-21 06:53:27 +08:00
|
|
|
# Eclipse projects
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings/
|
2016-03-18 21:22:42 +08:00
|
|
|
.metadata
|
2012-12-21 06:53:27 +08:00
|
|
|
|
2012-11-26 06:30:50 +08:00
|
|
|
# Profiler results
|
2012-04-10 22:47:05 +08:00
|
|
|
*.hprof
|
2013-06-26 03:30:25 +08:00
|
|
|
|
2016-03-18 21:22:42 +08:00
|
|
|
# parrt's bash prompt data
|
|
|
|
.fetch_time_cache
|
|
|
|
|
2013-06-26 03:30:25 +08:00
|
|
|
# Playground
|
2013-09-11 05:55:40 +08:00
|
|
|
#/tool/playground/
|
2016-03-18 21:22:42 +08:00
|
|
|
|
|
|
|
# Generated files
|
|
|
|
/out/
|
|
|
|
/gen/
|
|
|
|
/gen3/
|
|
|
|
/gen4/
|
|
|
|
/tool/playground/
|
|
|
|
tmp/
|
|
|
|
|
|
|
|
# Configurable build files
|
|
|
|
bilder.py
|
|
|
|
bilder.pyc
|
|
|
|
bild.log
|
|
|
|
|
|
|
|
bild_output.txt
|
|
|
|
runtime/Cpp/demo/generated
|
2016-04-23 22:42:26 +08:00
|
|
|
xcuserdata
|
2016-05-05 17:14:52 +08:00
|
|
|
*.jar
|
2016-07-20 18:23:21 +08:00
|
|
|
.vscode
|
2016-09-24 05:58:21 +08:00
|
|
|
|
|
|
|
# VSCode Java plugin temporary files
|
|
|
|
javac-services.0.log
|
|
|
|
javac-services.0.log.lck
|
2020-09-15 03:38:22 +08:00
|
|
|
|
|
|
|
# Don't ignore python tests
|
|
|
|
!runtime/Python3/test/
|