Modifying the value DELETED_SEQUENCES_OFF in the script from 0 to 1 as per bug/error...
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / .gitignore
1 # Borrowed from https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
2
3 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
4 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
5
6 # User-specific stuff:
7 .idea/**/workspace.xml
8 .idea/**/tasks.xml
9 .idea/dictionaries
10
11 # Sensitive or high-churn files:
12 .idea/**/dataSources/
13 .idea/**/dataSources.ids
14 .idea/**/dataSources.xml
15 .idea/**/dataSources.local.xml
16 .idea/**/sqlDataSources.xml
17 .idea/**/dynamic.xml
18 .idea/**/uiDesigner.xml
19
20 # Gradle: (combination of the JetBrains gitiginre and Gradle gitignore at )
21 .idea/**/gradle.xml
22 .idea/**/libraries
23 .gradle
24 /build/
25 # Ignore Gradle GUI config
26 gradle-app.setting
27 # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
28 !gradle-wrapper.jar
29 # Cache of project
30 .gradletasknamecache
31 # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
32 # gradle/wrapper/gradle-wrapper.properties
33
34 # CMake
35 cmake-build-debug/
36
37 # Mongo Explorer plugin:
38 .idea/**/mongoSettings.xml
39
40 ## File-based project format:
41 *.iws
42
43 ## Plugin-specific files:
44
45 # IntelliJ
46 out/
47
48 # mpeltonen/sbt-idea plugin
49 .idea_modules/
50
51 # JIRA plugin
52 atlassian-ide-plugin.xml
53
54 # Cursive Clojure plugin
55 .idea/replstate.xml
56
57 # Crashlytics plugin (for Android Studio and IntelliJ)
58 com_crashlytics_export_strings.xml
59 crashlytics.properties
60 crashlytics-build.properties
61 fabric.properties
62
63 # ignore misc as it changes a lot depending on local settings -- however may need to be included later on.
64 .idea/misc.xml
65